/* Home section */

body {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #114576 0%, #114576 100%),
    linear-gradient(1deg, rgba(11, 0, 65, 0) 42%, #0b0041 77%);
}

/* buttons */

.custom-btn3 {
  height: 49.24px;
  color: #fff;
  border-radius: 42.07px !important;
  padding: 10px 25px;

  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  border: none;
  outline: none;
  padding: 1rem 3rem !important;
}

.custom-btn3:hover {
  transform: scale(1.1);
}

.btn-93 {
  transition: all 0.5s ease;
  overflow: hidden;
}

.btn-93:after {
  position: absolute;
  content: " ";
  z-index: 0;
  top: 0;
  left: 0;
  width: 300px;
  height: 245px;
  margin: -25px -15px;
  border-radius: 42.07px !important;
  background: linear-gradient(
    100deg,
    rgba(11, 0, 65, 1) 0%,
    rgba(245, 186, 64, 1) 100%
  );
  transition: all 0.8s ease;
}

.btn-93:hover {
  background: transparent;

  color: #fff;
}

.btn-93:hover:after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
}

.custom-btn2 {
  height: 49.24px;
  color: #fff;
  border-radius: 42.07px !important;
  padding: 10px 25px;

  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  border: none;
  outline: none;
  padding: 1rem 3rem;
}

.custom-btn2:hover {
  transform: scale(1.1);
}

/* 9 */
.btn-92 {
  transition: all 0.5s ease;
  overflow: hidden;
}

.btn-92:after {
  position: absolute;
  content: " ";
  z-index: 0;
  top: 0;
  left: 0;
  width: 300px;
  height: 245px;
  margin: -25px -15px;
  border-radius: 42.07px !important;
  background-image: linear-gradient(-73deg, #f5ba40 0%, #ed5f1e 100%);
  transition: all 0.8s ease;
}

.btn-92:hover {
  background: transparent;

  color: #fff;
}

.btn-92:hover:after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
}

.custom-btn1 {
  width: auto;
  height: 49.24px;
  color: #fff;
  border-radius: 42.07px !important;
  padding: 10px 25px;

  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  border: none;
  outline: none;
  padding: 1rem 3rem;
  white-space: nowrap;
}

.custom-btn1:hover {
  transform: scale(1.1);
}

.btn-91 {
  transition: all 0.5s ease;
  overflow: hidden;
}

.btn-91:after {
  position: absolute;
  content: " ";
  z-index: 0;
  top: 0;
  left: 0;
  width: 437px;
  height: 437px;
  margin: -153px -15px -25px -66px;
  border-radius: 42.07px !important;
  background: linear-gradient(
  108deg,
  rgba(245, 186, 64, 1) 0%,
  rgba(68, 190, 189, 1) 100%
);
  transition: all 0.8s ease;
}

.btn-91:hover {
  background: transparent;

  color: #fff;
}

.btn-91:hover:after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
}

.btnelement {
  font-size: 20px;
  text-decoration: none;
}

.btnfontfifth {
  z-index: 1;
}

#mobbtnv2 {
  display: none;
}

/* buttons */
/* section 1 */

.mobstars {
  display: none;
}

.sectiondesc {
  height: auto;
  width: 100%;
  top: 90px;
  position: relative;
  flex-direction: column;
  justify-content: left;
  align-items: center;
  gap: 0px;
  display: flex;
  margin: 0 auto;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0),
    rgba(11, 0, 65, 2)
  );
}

.titleelem {
  align-self: stretch;
  text-align: center;
  color: #44bebd;
  font-size: 80px;
  font-family: Montserrat;
  font-weight: 800;
  word-wrap: break-word;
  width: 100%;
  margin: 124px auto 0 auto;
  line-height: 80px;
  white-space: nowrap;
}

.descriptionelem {
  width: 634px;
  text-align: center;
  color: white;
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 400;
  word-wrap: break-word;
}

.buttonholder {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 38px;
  display: inline-flex;
}

/* 2nd section */

.whatweare {
  align-content: space-around;
  flex-wrap: wrap;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0 auto;
  width: 100%;
  padding: 0px 0px 0px 0px;
  z-index: -1;
  position: relative;
}

.mobcardv {
  display: none;
}

.maincardv {
  display: flex;
  flex-direction: row;
  gap: 0px;
  width: 100%;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.card-holderv {
  display: flex;
  flex-direction: column;
  width: 45%;
  height: 438px;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.card-left {
  flex: 1;
  display: flex;
  cursor: pointer;
  transition: flex 250ms ease-in-out;
  border-radius: 50px;
  width: 90%;
  overflow: hidden;
  padding: 17px 32px;
  box-shadow: 17px 14px 22.700000762939453px rgba(11, 0, 65, 0.5);
}

.card-left:nth-child(1) {
  /* background: #dedede; */
  color: black;
  margin-bottom: 28.5px;
  /* background: rgb(11,0,65); */
  background: linear-gradient(
    354deg,
    rgba(11, 0, 65, 0.75) -8%,
    rgba(245, 186, 64, 1) 75%
  );
}

.card-left:nth-child(2) {
  margin-top: 28.5px;

  background: linear-gradient(
    354deg,
    rgba(11, 0, 65, 0.75) -8%,
    rgba(68, 190, 189, 1) 75%
  );
}

.card-holderv:hover .card-left {
  flex: 1;
}

.card-holderv:hover .card-left:hover {
  flex: 6;
  animation: bounce-height 0.4s ease-in-out;
  height: 100%;
}

.card-holderv:hover .card-left:not(:hover) .featured-content {
  opacity: 0;
}

.card-holderv:hover .card-left:not(:hover) .elemimgv {
  width: 139px;
  height: 100%;

  object-fit: contain;
  overflow: visible;
}

.card-right {
  flex: 1;
  display: flex;
  cursor: pointer;
  transition: flex 250ms ease-in-out;
  border-radius: 50px;
  width: 90%;
  overflow: hidden;
  padding: 17px 32px;
  box-shadow: 17px 14px 22.700000762939453px rgba(11, 0, 65, 0.5);
}

.card-right:nth-child(1) {
  background: linear-gradient(
    354deg,
    rgba(11, 0, 65, 0.75) -8%,
    rgba(237, 95, 30, 1) 75%
  );
  margin-bottom: 28.5px;
}

.card-right:nth-child(2) {
  background: linear-gradient(
    354deg,
    rgba(11, 0, 65, 0.75) -8%,
    rgba(11, 0, 65, 1) 75%
  );
  margin-top: 28.5px;
}

.card-holderv:hover .card-right {
  flex: 1;
}

.card-holderv:hover .card-right:hover {
  flex: 6;
  animation: bounce-height 0.4s ease-in-out;
  height: 100%;
}

.card-holderv:hover .card-right:not(:hover) .featured-content {
  opacity: 0;
}

.card-holderv:hover .card-right:not(:hover) .elemimgv {
  width: 139px;
  height: 100%;

  object-fit: contain;
  overflow: visible;
}

.card-left:hover .elemimgv,
.card-right:hover .elemimgv {
  animation: smooth-width 0.4s ease-in-out forwards;
}

/* Shrink smoothly when not hovered */
.card-holderv:hover .card-left:not(:hover) .elemimgv,
.card-holderv:hover .card-right:not(:hover) .elemimgv {
  animation: smooth-width-shrink 0.4s ease-in-out forwards;
}

.elemimgv {
  width: 139px;
  height: 100%;
  /* transform: rotate(-180deg); */
  /* transform-origin: 0 0; */
  border-radius: 9999px;
  object-fit: contain;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
}

@keyframes smooth-width {
  0% {
    width: 80px;
  }

  40% {
    width: 120px;
  }

  60% {
    width: 100px;
  }

  80% {
    width: 135px;
  }

  100% {
    width: 139px;
  }
}

@keyframes smooth-width-shrink {
  0% {
    width: 139px;
  }

  40% {
    width: 100px;
  }

  60% {
    width: 120px;
  }

  80% {
    width: 90px;
  }

  100% {
    width: 80px;
  }
}

@keyframes bounce-height {
  0% {
    flex: 1.2;
  }

  40% {
    flex: 2.4;
  }

  60% {
    flex: 3.6;
  }

  80% {
    flex: 4.8;
  }

  100% {
    flex: 6;
  }
}

p {
  font-weight: 700;
  transition: all 750ms ease-in-out;
}

.titlesize {
  font-size: 32px;
  font-weight: 700;
}
.fontsize {
  font-size: 18.05px;
}

.managed-services {
  position: relative;

  font-family: Montserrat;
  color: #114576;
  text-align: left;
}

.qualitative-respondent-pool {
  width: 100%;
  position: relative;

  display: inline-block;
  font-family: Montserrat;
  color: #f5ba40;
  text-align: left;
}

.respondent-quests {
  width: 100%;
  position: relative;

  display: inline-block;
  font-family: Montserrat;
  color: #44bebd;
  text-align: left;
}

.self-service {
  width: 100%;
  position: relative;

  display: inline-block;
  font-family: Montserrat;
  color: #f5ba40;
  text-align: left;
}

.card-innerv {
  width: 80%;
  /* float: right; */
  display: flex;
  gap: 0px;
  flex-direction: column;
  transition: all 0.5s ease-in-out;
}

.card-innerv {
  a:not([href]),
  a[href=""] {
    display: none;
  }
}

.featured-content {
  width: 100%;
  position: relative;

  font-family: Montserrat;
  color: #fff;
  overflow: hidden;
  text-align: left;

  a:not([href]),
  a[href=""] {
    display: none;
  }
}

.read-more {
  position: relative;
  font-size: 18px;
  text-decoration: underline;
  font-family: Montserrat;
  color: #f5ba40;
  text-align: center;
}

.box-card {
  overflow: hidden;
  padding: 17px 32px;
  box-shadow: 17px 14px 22.700000762939453px rgba(11, 0, 65, 0.5);
  transition: all 0.3s ease-in-out;
  height: 128px;
  width: 100%;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.box-card:nth-child(1) {
  background: linear-gradient(
    354deg,
    rgba(11, 0, 65, 0.75) -8%,
    rgba(245, 186, 64, 1) 75%
  );
}

.box-card:nth-child(2) {
  background: linear-gradient(
    354deg,
    rgba(11, 0, 65, 0.75) -8%,
    rgba(68, 190, 189, 1) 75%
  );
}

.box-card:nth-child(3) {
  background: linear-gradient(
    354deg,
    rgba(11, 0, 65, 0.75) -8%,
    rgba(237, 95, 30, 1) 75%
  );
}

.box-card:nth-child(4) {
  background: linear-gradient(
    354deg,
    rgba(11, 0, 65, 0.75) -8%,
    rgba(11, 0, 65, 1) 75%
  );
}

.highlight {
  height: 360px !important;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;

  .card-innerv {
    width: 79%;
    /* float: right; */
    display: flex;
    gap: 0px;
    flex-direction: column;
    margin: auto auto 50px auto;
    align-content: center;
    justify-content: center;
  }

  .elemvmob {
    width: 90px;
    height: 100%;
    /* transform: rotate(-180deg); */
    /* transform-origin: 0 0; */
    border-radius: 9999px;
    object-fit: contain;
    position: relative;
    transform: scale(1.5);
  }
}

.shrunk {
  height: 100px !important;

  .featuredmobcnt,
  .read-more-mob {
    display: none;
  }

  .card-innerv {
    width: 79%;
    /* float: right; */
    display: flex;
    gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    transition: all 0.3s ease-in-out;
  }
}

.col-md-3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 34px;
  width: 100%;
  margin: 0 auto;
}

.featuredmbtitle {
  width: 100%;
  position: relative;
  font-size: 18.87px;
  display: inline-block;
  font-family: Montserrat;
  font-weight: 700;
  text-align: left;
}

.managedservmob {
  color: #114576;
}

.yelowmob {
  color: #f5ba40;
}

.respondtitle {
  color: #44bebd;
}

.featuredmobcnt {
  width: 100%;
  position: relative;
  font-size: 10.64px;
  font-family: Montserrat;
  color: #fff;
  text-align: left;
  overflow: hidden;
  display: inline-block;
}

.read-more-mob {
  position: relative;
  font-size: 14px;
  text-decoration: underline;
  font-family: Montserrat;
  color: #f5ba40;
  font-weight: 700;

  text-align: left;
  width: 23%;
}

.elemvmob {
  width: 90px;
  height: 100%;
  /* transform: rotate(-180deg); */
  /* transform-origin: 0 0; */
  border-radius: 9999px;
  object-fit: contain;
  transition: all 0.5s ease-in-out;
}

.imgvmob {
  width: 146px;
  height: 36%;
  /* transform: rotate(-180deg); */
  /* transform-origin: 0 0; */
  border-radius: 9999px;
  object-fit: contain;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
}

.new-slider-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  height: 546px;
  background: linear-gradient(264deg, rgba(11, 0, 65, 0), #0b0041), #114576;
}

.new-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 546px;
}

.new-slide {
  display: flex;
  flex-direction: row;
  min-width: 100%;
  align-items: center;
  padding: 60px;
  justify-content: center;
  gap: 40px;
}

.new-text-content {
  width: 50%;
  padding-top: 50px;
}

.new-text-content b {
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
  color: #ed5f1e;
}

.new-text-content p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.new-text-content ul {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-left: 12px;
}

.new-image-content {
  width: 50%;
}

.new-image-content img {
  width: 100%;
  height: auto;
  border-radius: 50px;
}

.new-dots {
  text-align: center;
  /* margin-top: -26px; */
  z-index: 1;
  position: absolute;
  bottom: 18px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  width: 100%;
}

.new-dot {
  height: 9px;
  width: 9px;
  margin: 19px;
  background-color: #d9d9d9;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.5s ease, transform 0.5s ease;
  cursor: pointer;
}

.new-active-slide {
  background-color: #ed5f1e;
}

/* Arrow Fix */
.new-arrows {
  position: absolute;
  top: 43%;
  width: 100%;

  pointer-events: none;
  fill: #fff;
}

.new-arrow {
  position: absolute;

  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  pointer-events: auto;
}

.new-left-arrow {
  left: 10px;
  transform: rotate(180deg);
}

.new-right-arrow {
  right: 10px;
}

.new-arrow:hover {
  fill: #f5ba40;
}

.new-dt-aboutstars-respondents {
  width: 100px;
  /* background: linear-gradient(95deg, rgba(11, 0, 65, 0), #0b0041), #114576; */
  height: auto;
  text-align: left;
  font-size: 30px;
  color: #f5ba40;
  padding: 5% 15%;
  margin: 0 auto;
}

.slider-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  height: auto;
  background: linear-gradient(95deg, rgba(11, 0, 65, 0), #0b0041), #114576;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 399px;
}

.slide {
  display: flex;
  flex-direction: row;
  min-width: 100%;
  align-items: center;
  padding: 60px;
  justify-content: center;
  gap: 40px;
}

.text-content {
  width: 50%;
  padding-top: 50px;
}

.text-content b {
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
  color: #ed5f1e;
  white-space: nowrap;
}

.text-content p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.text-content ul {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-left: 12px;
}

.image-content {
  width: 50%;
}

.image-content img {
  width: 100%;
  height: auto;
  border-radius: 50px;
}

.dots {
  text-align: center;
  /* margin-top: -26px; */
  z-index: 1;
  position: absolute;
  bottom: 18px;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  width: 100%;
}

.dot {
  height: 9px;
  width: 9px;
  margin: 19px;
  background-color: #d9d9d9;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.5s ease, transform 0.5s ease;
  cursor: pointer;
}

.active-slide {
  background-color: #ed5f1e;
}

/* Arrow Fix */
.arrows {
  position: absolute;
  top: 43%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
  fill: #fff;
}

.arrow {
  position: absolute;

  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  pointer-events: auto;
}

.left-arrow {
  left: 10px;
  transform: rotate(180deg);
}

.right-arrow {
  right: 10px;
}

.arrow:hover {
  fill: #f5ba40;
}

.dt-aboutstars-respondents {
  width: 100px;
  /* background: linear-gradient(95deg, rgba(11, 0, 65, 0), #0b0041), #114576; */
  height: auto;
  text-align: left;
  font-size: 30px;
  color: #f5ba40;
  padding: 5% 15%;
  margin: 0 auto;
}

.titlesecondsec {
  align-self: stretch;
  height: 176px;
  padding-left: 115px;
  padding-right: 115px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #114576;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}
.maincardholder {
  align-self: stretch;
  height: auto;
  padding-top: 26px;
  padding-left: 262px;
  padding-right: 262px;
  background: #114576;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 74px;
  display: flex;
  width: 100%;
}

.card-holder {
  align-self: stretch;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 72px;
  align-content: center;
}

.card-elem {
  width: 411px;
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 27px;
  padding-bottom: 27px;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  display: inline-flex;
  /* background: red; */
  box-shadow: 17px 14px 22.700000762939453px rgba(7.34, 0, 43.35, 0.5);

  background: linear-gradient(
    -41deg,
    rgba(11, 0, 65, 1) 0%,
    rgba(17, 69, 118, 1) 75%
  );
}

.elemimg {
  width: 264px;
  height: 264px;
  /* transform: rotate(-180deg); */
  transform-origin: 0 0;
  border-radius: 9999px;
}

/* 3rd section */

.aboutstars {
  width: 100%;
  height: auto;

  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 23px;
  display: inline-flex;
}
.thirdelementholder {
  width: 100%;
  height: 546px;
  left: 0px;

  position: relative;
}
.one {
  top: 0px;
  background: linear-gradient(
    29deg,
    rgba(11, 0, 65, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.two {
  top: 0px;
  background: linear-gradient(
    -124deg,
    rgba(11, 0, 65, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.three {
  top: 0px;
  background: linear-gradient(
    29deg,
    rgba(11, 0, 65, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.contentholderthird {
  justify-content: center;
  align-items: center;
  gap: 40px;
  display: inline-flex;
}

.rowcontainer {
  width: 100%;
  height: auto;
  padding-left: 115px;
  padding-right: 115px;
  padding-top: 80px;
  padding-bottom: 80px;
  left: 0px;
  top: 0px;
  position: relative;
  /* background: linear-gradient(0deg, #114576 0%, #114576 100%), linear-gradient(213deg, rgba(11, 0, 65, 0) 0%, #0B0041 100%); */

  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  display: inline-flex;
}

.bgone {
  background-image: url(../img/bgv1one.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bgtwo {
  background-image: url(../img/bgv1two.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bgthree {
  background-image: url(../img/bgv1three.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.imgthirdholder {
  width: 750px;
  height: auto;
  border-radius: 50px;
}

/* 4th section */

.mainfourthholder {
  background: #0b0041;
  width: 100%;
  height: 970px;
  left: 0px;
  top: 0px;
  position: relative;
}

.clientheader {
  width: 100%;
  height: 189.68px;
  padding-left: 115px;
  padding-right: 115px;
  padding-top: 10px;
  padding-bottom: 10px;
  left: 0px;
  top: 0px;
  position: relative;
  background: #0b0041;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  flex-direction: row;
  text-align: center;
}

.space-holder {
  position: relative;
  width: 100%;
}

.sticky {
  position: sticky;
  top: 0px;
  height: 143vh;
  width: 100%;
  overflow-x: hidden;
  margin: 1827px 0px 0px 0px;
}

.horizontal {
  position: absolute;
  height: 50%;
  will-change: transform;
}

.cards {
  position: relative;
  height: 100%;
  padding: 0 0 0 150px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.sample-card {
  position: relative;
  height: 335px;
  width: 452px;

  margin-right: 75px;
  flex-shrink: 0;
}

.dflex {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.containervertwo {
  display: flex;
  gap: 20px;
  width: 100%;
  height: 549.11px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  cursor: grab;
  top: 0px;
  background: #0b0041;
  padding: 0 110px;
}

.box {
  width: 452px;
  height: 335px;
  margin-left: 8px;
  float: left;
  border-radius: 5px;
}

.progress-bar-container {
  position: relative;
  bottom: 0px;
  top: 70px;
  left: 0;
  width: 20%;
  height: 5px;
  background: #114576;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto;
}

.progress-bar {
  height: 100%;
  width: 0%;
  background: #44bebd;
  transition: width 0.1s;
}

.starchitect {
  text-align: left;
  position: relative;
  margin: 104px 0px -104px 50%;
  z-index: 1;
  font-size: 40px;
  font-weight: 800;
  font-family: Montserrat;
  color: #f5ba40;
  width: 49%;
}

.starv1 {
  width: 104px !important;
  margin: -60px 0px -100px -44px;
  position: relative;
}

.starv2 {
  width: 76px !important;
  margin: -2px 103px -261px -126px;
  position: relative;
}
.starv3 {
  width: 76px !important;
  margin: 0px;
  position: relative;
  float: right;
  margin: -59px -35px 0px 0px;
}

.starv4,
.starv5 {
  display: none;
}

/* 4th section closing */
/* 5th section */

.sectionfivebg {
  width: 100%;
  height: auto;
  padding-left: 115px;
  padding-right: 115px;
  padding-top: 34px;
  padding-bottom: 34px;
  /* background: linear-gradient(0deg, #114576 0%, #114576 100%), linear-gradient(1deg, rgba(11, 0, 65, 0) 16%, #0B0041 100%); */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  display: inline-flex;
  /* background: linear-gradient(174deg, rgba(17,69,118,1) 0%, rgba(11,0,65,1) 100%); */
  background: linear-gradient(
    180deg,
    rgba(11, 0, 65, 1) 0%,
    rgba(17, 69, 118, 1) 100%
  );
  margin: -2px 0px 0px 0px;
  top: 0px;
  position: relative;
}

.sixsection {
  top: 0px;
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  background: #114576;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 13px;
  display: inline-flex;
}

.misvisbg {
  width: 100%;
  height: 524px;
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 27px;
  padding-bottom: 27px;
  /* background: linear-gradient(0deg, #114576 0%, #114576 100%), linear-gradient(150deg, rgba(11, 0, 65, 0) 0%, rgba(11, 0, 65, 0.75) 100%); */
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  display: inline-flex;
  background: linear-gradient(
    -41deg,
    rgba(11, 0, 65, 1) 0%,
    rgba(17, 69, 118, 1) 75%
  );
  box-shadow: 17px 14px 22.700000762939453px rgba(11, 0, 65, 0.5);
}

.imgelementsix {
  width: 100%;
  height: auto;
}

.sixsectioninner {
  margin: 0 auto -6.5% auto;
}
/* 7th */

.elementholder {
  width: 100%;
  height: 669px;
  left: 0px;
  top: 0px;
  position: relative;
  z-index: -1;
}

.recallbg {
  width: 100%;
  height: auto;
  padding-left: 115px;
  padding-right: 115px;
  padding-top: 80px;
  padding-bottom: 80px;
  left: 0px;
  top: 0px;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  display: inline-flex;
  background: linear-gradient(
    180deg,
    rgba(17, 69, 118, 1) 0%,
    rgba(11, 0, 65, 1) 100%
  );
}
/* 5th section closing */
.fourthsection {
  width: 100%;
  height: auto;
  left: 0px;
  top: 0px;
  position: relative;
}

.starfivesix,
.starsixsix,
.fourthirdstar,
.stanmobstwo,
.stanmobsthree,
.fourstarsecsecondv1,
.fourstarsecthirdv1,
.fourstarseconev1 {
  display: none;
}

.mobstarsv2 {
  display: none;
}

.aboutstarsholder {
  margin: -5% 0px 0px 0px;
}

@media (min-width: 1352px) {
  .holderfourth {
    padding: 38px 115px 46px 115px !important;
  }
}

@media (min-width: 1696px) {
  .slider,
  .new-slider {
    height: 437px !important;
  }
}

@media (max-width: 1642px) {
  .titlesize {
    font-size: 32px;
    font-weight: 700;
  }
  .fontsize {
    font-size: 16.05px;
  }
}

@media (max-width: 1505px) {
  .imgthirdholder,
  .imgelementsix {
    width: 100% !important;
  }

  .secfiveimg {
    width: 50% !important;
  }

  .titlesize {
    font-size: 30px;
  }
  .fontsize {
    font-size: 15.05px;
  }
}

@media (max-width: 1364px) {
  .titlesize {
    font-size: 28px;
  }
  .fontsize {
    font-size: 14.05px;
  }
}

@media (max-width: 1336px) {
  .misvisbg {
    width: 100%;
    height: 584px;
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 27px;
    padding-bottom: 27px;
    /* background: linear-gradient(0deg, #114576 0%, #114576 100%), linear-gradient(150deg, rgba(11, 0, 65, 0) 0%, rgba(11, 0, 65, 0.75) 100%); */
    border-radius: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    display: inline-flex;
    background: linear-gradient(
      -41deg,
      rgba(11, 0, 65, 1) 0%,
      rgba(17, 69, 118, 1) 75%
    );
    box-shadow: 17px 14px 22.700000762939453px rgba(11, 0, 65, 0.5);
  }
}

@media (max-width: 1318px) {
  .titlesize {
    font-size: 28px;
  }
  .fontsize {
    font-size: 12.05px;
  }
}

@media (max-width: 1195px) {
  .misvisbg {
    height: 620px;
  }
}

@media (max-width: 1180px) {
  .titlesize {
    font-size: 28px;
  }
  .fontsize {
    font-size: 12.05px;
  }
}

@media (max-width: 1104px) {
  .misvisbg {
    height: 728px;
  }
}

@media (max-width: 1094px) {
  .titlesize {
    font-size: 27px;
  }
  .fontsize {
    font-size: 12.05px;
  }
}

@media (max-width: 1104px) {
  .misvisbg {
    height: 654px;
  }
}

@media (max-width: 1008px) {
  .titlesize {
    font-size: 25px;
  }
  .fontsize {
    font-size: 11.05px;
  }
}
@media (max-width: 992px) {
  /* 1st section */

  .mobstars {
    display: none;
  }

  .titleelem {
    align-self: stretch;
    text-align: center;
    color: #44bebd;
    font-size: 80px;
    font-family: Montserrat;
    font-weight: 800;
    word-wrap: break-word;
    /* width: 100%; */
    /* background: red; */
    margin: 170px auto 0 auto;
    width: 100%;

    line-height: 86px;
  }
  .buttonholder {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 38px;
    display: inline-flex;
    flex-direction: row;
  }

  /* 2nd section */

  .titlesecondsec {
    align-self: stretch;
    height: 71px;
    padding-left: 115px;
    padding-right: 115px;
    padding-top: 75px;
    padding-bottom: 10px;
    background: #114576;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
  }

  .new-slider-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    height: auto;
    background: linear-gradient(264deg, rgba(11, 0, 65, 0), #0b0041), #114576;
  }

  .new-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: auto;
  }
  .new-slide {
    flex-direction: column-reverse;
    text-align: center;
    padding: 80px 40px 40px 40px;
    gap: 0px;
  }

  .new-text-content b {
    font-size: 15px;
    text-align: left;
    padding: 0px 54px;
  }

  .new-text-content p {
    font-size: 14px;
    text-align: left;
    padding: 0px 54px;
  }

  .new-text-content ul {
    font-size: 14px;
    text-align: left;
    padding: 0px 33px;
    margin-left: 0px;
  }

  .new-dot {
    margin: 11px;
  }

  .slider-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    height: auto;
    background: linear-gradient(95deg, rgba(11, 0, 65, 0), #0b0041), #114576;
  }

  .slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: auto;
  }
  .slide {
    flex-direction: column-reverse;
    text-align: center;
    padding: 80px 40px 40px 40px;
    gap: 0px;
    justify-content: space-evenly;
    height: 100%;
  }

  .text-content b {
    font-size: 15px;
    text-align: left;
    padding: 0px 0px;
    white-space: normal;
  }

  .text-content p {
    font-size: 14px;
    text-align: left;
    padding: 0px 0px;
  }

  .text-content ul {
    font-size: 14px;
    text-align: left;
    padding: 0px 33px;
    margin-left: 0px;
  }

  .dot {
    margin: 11px;
  }

  .starv1 {
    width: 20px !important;
    margin: -13px 0px 13px 15px;
    position: relative;
    float: left;
  }

  .starv2 {
    width: 17px !important;
    margin: -76px 0px 0px 0px;
    position: relative;
    float: right;
  }

  .starv3 {
    width: 26px !important;

    position: relative;
    float: right;
    margin: 0px 0px 0px 0px;
  }

  .starv4 {
    width: 10px !important;
    position: relative;
    float: left;
    margin: 168px 0px 0px 0px;
  }
  .starv5 {
    width: 34px !important;

    float: right;
    margin: 0px 0px 0px 0px;
  }

  .starv4,
  .starv5 {
    display: flex;

    position: relative;
  }

  .row-card {
    margin: 0 auto;
    padding: 0px 20px;
  }

  .text-content {
    width: 100%;
    padding: 50px 0px 0px 0px;
  }

  .image-content {
    width: 100%;
  }

  .image-content img {
    border-radius: 30px;
  }

  .arrows {
    top: 50%;
    /* Adjust position for mobile */
  }

  .arrow {
    padding: 8px;
  }

  .maincardv {
    display: none;
  }

  .mobcardv {
    display: flex;
    margin: 0px 0px 50px 0px;
  }

  .whatweare {
    padding: 0px 0px 0px 0px;
  }

  /* 3rd section */
  .aboutstars {
    width: 100%;

    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 23px;
    display: inline-flex;
  }

  /* 4th section */
  .fourthsection {
    width: 100%;
    height: auto;
    left: 0px;

    position: relative;
  }

  .starchitect {
    text-align: left;
    position: relative;
    margin: 65px 0px -65px 5% !important;
    z-index: 1;
    font-size: 20px;
    font-weight: 800;
    font-family: Montserrat;
    color: #f5ba40;
  }

  /* 5th section */

  .sectionfivebg {
    position: relative;
    width: 100%;
    height: auto;
    padding-left: 115px;
    padding-right: 115px;
    padding-top: 80px;
    padding-bottom: 80px;
    /* background: linear-gradient(0deg, #114576 0%, #114576 100%), linear-gradient(1deg, rgba(11, 0, 65, 0) 16%, #0B0041 100%); */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    display: inline-flex;
    /* background: linear-gradient(174deg, rgba(17, 69, 118, 1) 0%, rgba(11, 0, 65, 1) 100%); */
    background: linear-gradient(
      180deg,
      rgba(11, 0, 65, 1) 0%,
      rgba(17, 69, 118, 1) 100%
    );
    margin: -2px 0px 0px 0px;
  }

  /* 5th section */

  /* 6th section 992 */

  .sixsection {
    top: 0px;
    position: relative;
    width: 100%;
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #114576;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 13px;
    display: block;
  }

  .elementholder {
    width: 100%;

    left: 0px;

    position: relative;
    width: 100%;
    top: 0px;
    height: auto;
    width: 100%;
    margin: 25px 0px 0px 0px;
  }

  .recallbg {
    width: 100%;
    height: auto;
    padding-left: 115px;
    padding-right: 115px;
    padding-top: 80px;
    padding-bottom: 80px;

    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    display: inline-flex;
    background: linear-gradient(
      180deg,
      rgba(17, 69, 118, 1) 0%,
      rgba(11, 0, 65, 1) 100%
    );
  }
  #mobbtnv2 {
    display: block;
  }
}

@media (max-width: 885px) {
  .sixsectioninner {
    margin: 0px auto 0;
  }
}
@media (max-width: 848px) {
  .misvisbg {
    width: 100%;
    height: 655px;
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 27px;
    padding-bottom: 27px;
    /* background: linear-gradient(0deg, #114576 0%, #114576 100%), linear-gradient(150deg, rgba(11, 0, 65, 0) 0%, rgba(11, 0, 65, 0.75) 100%); */
    border-radius: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    display: inline-flex;
    background: linear-gradient(
      -41deg,
      rgba(11, 0, 65, 1) 0%,
      rgba(17, 69, 118, 1) 75%
    );
    box-shadow: 17px 14px 22.700000762939453px rgba(11, 0, 65, 0.5);
  }
}
@media (max-width: 830px) {
  .scale-wrapper {
    transform: scale(0.95);

    transform-origin: top center;
  }
  .sectiondesc {
    height: 775.24px;
    width: 100%;
    top: 88px;
    position: relative;
    flex-direction: column;
    justify-content: left;
    align-items: center;
    gap: 7px;
    display: flex;
    margin: 0px auto;

    padding: 44px 0px 0px 0px;
  }

  .titleelem {
    align-self: stretch;
    text-align: center;
    color: #44bebd;
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 800;
    word-wrap: break-word;
    width: 90%;
    /* background: red; */
    margin: 0 auto;
    line-height: 28px;
    /* width: 1240px; */
    /* overflow: hidden;*/
  }
  .descriptionelem {
    width: 80%;
    text-align: center;
    color: white;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 400;
    word-wrap: break-word;
    white-space: nowrap;
  }

  .buttonholder {
       
       align-items: center;
       gap: 20px;
       display: flex;
       margin: 18px 0px;
      
       align-content: center;
       flex-direction: column;
  }

  .btnelement {
    font-size: 15px;
    text-decoration: none;
  }

  .custom-btn2,
  .custom-btn1 {
    padding: 1.5rem 3rem !important;
  }

  .mobstars {
    display: flex;
    position: absolute;
    margin: -627px 0px 0px 0px;
    z-index:-1;
  }
  .mobstarsv2 {
    display: flex;
    z-index:-1;
  }

  /* 2nd section 576 */

  .whatweare {
    width: 100%;
    height: auto;
  }
  .titlesecondsec {
    align-self: stretch;
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #114576;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
  }

  .mobtext {
    font-size: 30px !important;
  }

  .maincardholder {
    align-self: stretch;
    height: auto;
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left: 28.5px;
    padding-right: 28.5px;
    background: #114576;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 56px;
    display: flex;
    width: 100%;
  }

  .card-holder {
    align-self: stretch;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
    gap: 20px;
    flex-direction: column;
    padding: 0px;
  }

  .card-elem {
    width: 100%;
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 27px;
    padding-bottom: 27px;
    border-radius: 25px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: flex;

    box-shadow: 17px 14px 22.700000762939453px rgba(7.34, 0, 43.35, 0.5);
    background: linear-gradient(
      348deg,
      rgba(11, 0, 65, 1) 0%,
      rgba(17, 69, 118, 1) 75%
    );
  }

  .elemimg {
    width: 100px;
    height: 100px;
  }
  .descelemcard {
    width: 100%;
    margin: 0 auto;
    font-size: 14px !important;
  }

  .carddescholder {
    flex-direction: column;
    flex-wrap: nowrap;
    /* align-content: center; */
    justify-content: center;
    display: flex;
    gap: 8px;
  }

  /* 3rd section 576 */

  .aboutstarsholder {
    top: 0px;
    position: relative;
  }

  .aboutstars {
    width: 100%;
    height: 57px;

    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 23px;
    display: inline-flex;
    padding: 10px;
  }

  .thirdelementholder {
    width: 100%;
    height: 516px;
  }

  .mobtextelement {
    font-size: 30px !important;
    padding: 0 16%;
  }

  .thircelemcard {
    width: 100%;
    margin: 0 auto;
    font-size: 14px !important;
    padding: 0px 16%;
  }

  .imgthirdholder {
    width: 77% !important;
    height: auto !important;
  }

  .one {
    top: 0px;
    background: linear-gradient(
      29deg,
      rgba(11, 0, 65, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  }

  .topstar {
    width: 28px !important;
    height: 28px !important;
    left: 2% !important;
    top: 94% !important;
  }

  .middlestar {
    width: 34px !important;
    height: 34px !important;
    right: 7% !important;
    top: 44% !important;
  }
  .onestar {
    width: 26px !important;
    height: 26px !important;
    right: 14% !important;
    top: 48% !important;
  }

  .two {
    /* background: red; */
    top: 0px;
    display: flex;
    background: linear-gradient(
      -124deg,
      rgba(11, 0, 65, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  .sectwoleftstar {
    width: 17px !important;
    height: 16px !important;
    left: 9% !important;
    top: 51% !important;
  }
  .startwoelement {
    width: 23px !important;
    height: 23px !important;
    right: 5% !important;
    top: 6% !important;
    left: auto !important;
  }
  .starsectwoleft {
    width: 23px !important;
    height: 22px !important;
    left: 9% !important;
    top: 57% !important;
  }
  .stanmobstwo {
    width: 17px !important;
    height: 17px !important;
    right: 11% !important;
    top: 49% !important;
    position: absolute;
  }

  .stanmobsthree {
    width: 23px !important;
    height: 23px !important;
    right: 7% !important;
    top: 93% !important;
    position: absolute;
  }

  .three {
    top: 0px;
    background: linear-gradient(
      29deg,
      rgba(11, 0, 65, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
  }

  .firstthirdstar {
    width: 34px !important;
    height: 34px !important;
    right: 7% !important;
    top: 50% !important;
  }

  .secondthirdstar {
    width: 21px !important;
    height: 21px !important;
    right: 14% !important;
    top: 50% !important;
  }
  .thirdthirdstar {
    width: 21px !important;
    height: 21px !important;
    left: 8% !important;
    top: 48% !important;
  }

  .fourthirdstar {
    width: 34px !important;
    height: 34px !important;
    left: 10% !important;
    top: 92% !important;
    position: absolute;
  }

  .rowcontainer {
    width: 100%;
    height: 516px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 43.27px;
    padding-bottom: 43.27px;
  }

  .cardholderinner {
    height: 223px !important;
    gap: 0 !important;
    width: 100% !important;
  }

  .bgone {
    background-image: url(../img/bgv2one.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bgtwo {
    background-image: url(../img/bgv2two.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bgthree {
    background-image: url(../img/bgv2three.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contentholderthird {
    justify-content: center;
    align-items: center;
    gap: 24px;
    display: flex;
    flex-direction: column;
  }

  .contenttwo {
    display: flex;
    flex-direction: column-reverse;
  }

  /* 4th section 567 */

  .mainfourthholder {
    top: 0px;
    width: 100%;
    height: 540px;
  }
  .clientheader {
    width: 100% !important;
    height: 71px !important;
    padding: 0 !important;
  }

  .fourstarsecone {
    width: 15px !important;
    height: 15px !important;
    left: 12px !important;
    top: 13px !important;
  }
  .fourstarsecsecond {
    width: 20px !important;
    height: 20px !important;
    left: 61px !important;
    top: 28px !important;
  }

  .fourstarsecthird {
    width: 15px !important;
    height: 15px !important;
    left: 29px !important;
    top: 56px !important;
  }

  .fourstarseconev1 {
    width: 15px !important;
    height: 15px !important;
    right: 81px !important;
    top: 13px !important;
    position: absolute;
  }
  .fourstarsecsecondv1 {
    width: 20px !important;
    height: 20px !important;
    right: 11px !important;
    top: 28px !important;
    position: absolute;
  }

  .fourstarsecthirdv1 {
    width: 15px !important;
    height: 15px !important;
    right: 61px !important;
    top: 56px !important;
    position: absolute;
  }
  .card-sliderholder {
    width: 100% !important;
  }

  .containervertwo {
    gap: 20px;
    top: 0px;
    padding: 0 5%;
    height: 403px !important;
  }

  .box {
    width: 276px;
    height: 357px;
  }

  .card-slider {
    width: 276px !important;
    height: 397px !important;
    padding-left: 35px !important;
    padding-right: 35px !important;
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .comma {
    font-size: 20px !important;
  }
  .commatext {
    font-size: 14px !important;
  }

  .namecompany {
    align-items: flex-start !important;
    gap: 13px !important;
    display: inline-flex !important;
    flex-direction: column;
    align-content: flex-start;
  }
  .nameimg {
    width: 59px !important;
    height: 58.23px !important;
  }

  .progress-bar-container {
    top: 34px;
  }

  .fourthsection {
    top: 0px;
    width: 100% !important;
    height: auto !important;
  }
  .holderfourth {
    width: 100%;
    height: auto !important;
    padding-left: 2% !important;
    padding-right: 2% !important;
    left: 0px;
    top: 0px;
    position: relative;
    background: #0b0041;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 23px;
    display: inline-flex;
  }
  .textsizefourth {
    font-size: 20px !important;
    width: 100% !important;
    padding: 43px;
  }
  .starfourthleft {
    width: 17px !important;
    height: 16px !important;
    left: 43px !important;
    top: 15px !important;
  }

  .starfourthleftsec {
    width: 17px !important;
    height: 16px !important;
    left: 14px !important;
    top: 48px !important;
  }

  .starfourthleftthird {
    width: 23px !important;
    height: 23px !important;
    left: 19px !important;
    top: 133px !important;
    z-index: 1;
  }
  .starfourthleftfourth {
    width: 17px !important ;
    height: 17px !important;
    left: 49px !important;
    top: 155px !important;
    z-index: 1;
  }
  .starightfirst {
    width: 26px !important;
    height: 26px !important;
    top: 22px !important;
    left: auto !important;
    right: 14px !important;
  }
  .starightsecond {
    width: 16px !important;
    height: 16px !important;
    top: 89px !important;
    left: auto !important;
    right: 39px !important;
  }
  .starightthird {
    width: 21px !important;
    height: 21px !important;

    top: 123px !important;

    left: auto !important;
    right: 6px !important;
  }

  /* 5th section 567 */

  .sectionfivebg {
    top: 0px !important;
    width: 100% !important;
    height: auto !important;
    padding: 20px !important;
  }
  .titleheaderfifth {
    font-size: 30px !important;
  }

  .secfivegap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px !important;
    display: flex;
  }
  .sectionfiveinner {
    justify-content: center !important;
    align-items: center !important;
    gap: 32px !important;
    display: inline-flex !important;
    flex-direction: column !important;
  }

  .elementholderfifth {
    width: 100% !important;
    height: 100% !important;
    gap: 21px !important;
  }

  .headerfifth {
    font-size: 20px !important;
  }
  .descriptionfifth {
    font-size: 14px !important;
  }
  .btnelementfifth {
    width: 195px !important;
  }
  .btnfontfifth {
    font-size: 15px !important;
    z-index: 1;
  }

  /* 6th section 567 */

  .secfiveimg {
    width: 388px !important;
    height: auto !important;
  }

  .sixsection {
    top: 0px;
    width: 100% !important;
    height: auto !important;
    padding: 0px 39px 0px 39px !important;
  }
  .sixsectioninner {
    justify-content: center;
    align-items: center;
    gap: 20px !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .misvisbg {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 8px;
  }
  .titdescsix {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px;
  }

  .siximgelemt {
    width: 100px !important;
    height: auto !important;
  }

  .sixheader {
    font-size: 20px !important;
  }
  .sixdecs {
    font-size: 14px !important;
  }
  .elementholder {
    top: 0px;
    height: auto;
    width: 100%;
    margin: 44px 0px 0px;
  }

  .recallbg {
    height: auto;
    padding: 20px 0px;
    margin: 0;
    top: 0;
    display: flex;
    justify-content: flex-start;
  }

  .elemholdersix {
    gap: 0px !important;
    width: 100%;
  }

  .widthsix {
    width: 100% !important;
    flex-direction: column;
    gap: 0px !important;
  }
  .imgelementsix {
    width: 397px;
    height: auto !important;
  }

  .innerbox {
    width: 100% !important;
    gap: 21px !important;
    padding: 0px 39px;
    justify-content: flex-start !important;
    height: 100% !important;
  }

  .fontsizesix {
    font-size: 20px !important;
    margin: 0 auto;
  }
  .fontsizesixdesc {
    font-size: 14px !important;
  }

  .custombtn {
    height: 100% !important;
  }

  .btnelement {
    white-space: normal !important;
    display: flex;
  }

  .staronesix {
    width: 22px !important;
    height: 22px !important;
    left: 9px !important;
    top: 68px !important;
  }

  .startwosix {
    width: 14px !important;
    height: 14px !important;
    left: 65px !important;
    top: 205px !important;
  }
  .starthreesix {
    width: 14px !important;
    height: 14px !important;

    left: 31px !important;
    top: 236px !important;
  }
  .starfoursix {
    width: 22px !important;
    height: 22px !important;
    left: auto !important;
    top: 222px !important;
    right: 50px;
  }

  .starfivesix {
    width: 13px !important;
    height: 13px !important;
    left: auto !important;
    top: 103px !important;
    right: 8px;
    position: absolute;
  }
  .starsixsix {
    width: 22px !important;
    height: 22px !important;
    left: auto !important;
    top: 51px !important;
    right: 0px;
    position: absolute;
  }

  .starfivesix,
  .starsixsix,
  .fourthirdstar,
  .stanmobstwo,
  .stanmobsthree {
    display: block;
  }

  /* -----------------------------FOOTER----------------------------- */

  .footerholder {
    top: 0px !important;
    width: 100% !important;
    padding: 29px 0 !important;
    margin: 0 !important;
    /* height: 946px !important; */
    justify-content: flex-start !important;
  }

  #mobbtnv2 {
    display: block;
  }
}

@media (max-width: 580px) {
  .read-more-mob {
    width: 56%;
  }
}

@media (max-width: 546px) {
  .read-more-mob {
    width: 56%;
  }
}

@media (max-width: 512px) {
  .titleelem {
    align-self: stretch;
    text-align: center;
    color: #44bebd;
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 800;
    word-wrap: break-word;
    width: 90%;
    /* background: red; */
    margin: 0 auto;
    line-height: 28px;
    /* width: 1240px; */
    /* overflow: hidden;*/
  }

  .descriptionelem {
    width: 80%;
    text-align: center;
    color: white;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 400;
    word-wrap: break-word;
    white-space: normal;
  }
  .descriptionelem br {
    display: none;
  }
}



@media (max-width: 500px) {
  .imgthirdholder,
  .secfiveimg,
  .imgelementsix {
    width: 100% !important;
  }

  .cardholderinner {
    gap: 14px !important;
  }
  .contentholderthird {
    gap: 53px !important;
  }
  .one {
    margin: 16px 0px 0px 0px;
  }
  .btnelement {
    font-size: 12px !important;
  }

  .sectiondesc {
    height: 730.24px;
  }

  .mobstars {
    
    margin: -589px 0px 0px 0px;
  }

  /* .right-column > div{
    margin-left:5%;
  } */

  
}

@media (max-width: 406px) {
  .sectiondesc {
    height: 664.24px;
  }

  .mobstars {
    
    margin: -512px 0px 0px 0px;
  }
}
